@charset "utf-8";

A:link {TEXT-DECORATION: none}
A:visited {TEXT-DECORATION: none}
div.newsfont a:hover div{color:#0068b7;}
A:active {text-decoration: underline;}
body{margin:0;}
div.container{margin:0 auto;}
div.container:after {
  height: 0px;
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "\0020";
}
div.header{width:100%;background:rgb(241,241,241);}
div.main_header_wel{background:#4093df;width:100%;height:40px;min-width: 1000px;}
div.main_header_wel div{margin: 0 auto;}
div.main_header_wel span{font-size:14px;font-family: SimHei;color:#ffffff;float: left;line-height: 40px;}
div.main_header_wel_body{width:100%;background-color: #fff;}
div.main_header_wel_logo{height:420px;  margin: 0 auto;}
div.main_header_wel_logo div.subTitle{font-size:30px;font-family: SimHei;color:#ffffff;position: absolute;margin-left: 430px;margin-top: 90px;}
div.main_header_wel_logo div{float:left;}
div.main_header_wel_logo div.subTitle div.line{height:0px;width:50px;border: 1px #ffffff solid;margin-top: 17px;}
.fixdw{width:1000px;}
div.main_header_wel div.hlink{float:right;}
/*
 * Copyright 2016-2017 netPlus. All rights reserved.
 * Support: http://www.jlbat.com.cn
 * License: http://www.jlbat.com.cn/license
 * 
 * Style - Common
 * Version: 3.0
 */

/* ---------- Reset ---------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;
}

html {
	_width: 100%;
	_height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	_filter: expression(document.execCommand("BackgroundImageCache", false, true));
}



img {
	vertical-align: middle;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

ul {
	list-style-type: none;
}

input {
	vertical-align: middle;
	outline: none;
}

textarea {
	outline: 0px;
	resize: none;
}

/* ---------- Base ---------- */

.black {
	color: black;
}

.white {
	color: white;
}

.gray {
	color: gray;
}

.red {
	color: red;
}

.green {
	color: green;
}

.blue {
	color: blue;
}

.hidden {
	display: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: "\0020";
}

.dialogOverlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	_top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
	left: 0px;
	z-index: 99;
	filter: alpha(opacity = 30);
	-moz-opacity: 0.30;
	opacity: 0.30;
	zoom: 1;
	background: url(../images/dialog_overlay.png);
}

/* ---------- Form ---------- */

input.text {
	width: 180px;
	height: 24px;
	line-height: 24px;
	padding: 0px 4px;
	color: #666666;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
}

input.text[type=file] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input.text:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #74b9ef;
}

input.text:disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f6f6f6;
}

input.text:disabled:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
	background-color: #f6f6f6;
}

textarea.text {
	width: 350px;
	height: 120px;
	padding: 4px;
	color: #666666;
	font-size: 12px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
}

textarea.text:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #74b9ef;
}

textarea.text:disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f6f6f6;
}

textarea.text:disabled:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
	background-color: #f6f6f6;
}

textarea.editor {
	width: 100%;
}

a.button {
	height: 26px;
	line-height: 26px;
	display: inline-block;
	display: -moz-inline-stack;
	float: left;
	padding: 0px 16px;
	margin-right: 10px;
	color: #444444;
	text-shadow: 1px 1px #ffffff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #b7c8d9;
	background: url(images/common.gif) 0px 0px repeat-x;
}

a.button:hover {
	color: #222222;
	background-position: 0px -30px;
}

a.button:active {
	background-position: 0px -60px;
}

a.button:disabled {
	color: #bbbbbb;
}

a.button:disabled:hover, a.button:disabled:active {
	color: #bbbbbb;
	background-position: 0px 0px;
}

a.button .arrow {
	width: 6px;
	height: 3px;
	position: absolute;
	top: 12px;
	right: 4px;
	overflow: hidden;
	background: url(images/common.gif) 0px -180px no-repeat;
}

a.iconButton {
	height: 26px;
	line-height: 26px;
	display: inline-block;
	display: -moz-inline-stack;
	float: left;
	position: relative;
	padding: 0px 16px 0px 26px;
	margin-right: 10px;
	color: #444444;
	text-shadow: 1px 1px #ffffff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #b7c8d9;
	background: url(images/common.gif) 0px 0px repeat-x;
}

a.iconButton:hover {
	color: #222222;
	background-position: 0px -30px;
}

a.iconButton:active {
	background-position: 0px -60px;
}

a.iconButton:disabled {
	color: #bbbbbb;
}

a.iconButton:disabled:hover, a.iconButton:disabled:active {
	color: #bbbbbb;
	background-position: 0px 0px;
}

a.iconButton .addIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(images/common.gif) 0px -150px no-repeat;
}

a.iconButton .editIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(images/common.gif) -20px -150px no-repeat;
}

a.iconButton .deleteIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(images/common.gif) -40px -150px no-repeat;
}

a.iconButton .clearIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(images/common.gif) -60px -150px no-repeat;
}

a.iconButton .copyIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(images/common.gif) -80px -150px no-repeat;
}

a.iconButton .moveIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(images/common.gif) -100px -150px no-repeat;
}

a.iconButton .refreshIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(images/common.gif) -120px -150px no-repeat;
}

a.iconButton .addDirIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(images/common.gif) -140px -150px no-repeat;
}

a.iconButton .moveDirIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(images/common.gif) -160px -150px no-repeat;
}

a.iconButton .upIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(images/common.gif) -180px -150px no-repeat;
}

a.iconButton .downIcon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 8px;
	background: url(images/common.gif) -200px -150px no-repeat;
}

a.iconButton .arrow {
	width: 6px;
	height: 3px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 4px;
	background: url(images/common.gif) 0px -180px no-repeat;
}

div.buttonWrap {
	float: left;
	padding-left: 2px;
	margin-right: 10px;
}

div.buttonWrap .button, div.buttonWrap .iconButton {
	position: relative;
	margin: 0px 0px 0px -1px;
	overflow: hidden;
	white-space: nowrap;
}

div.buttonWrap .button.disabled, div.buttonWrap .button.disabled:hover, div.buttonWrap .button.disabled:active {
	color: #bababa;
	cursor: default;
	background: #ffffff;
}

div.buttonWrap .iconButton.disabled, div.buttonWrap .iconButton.disabled:hover, div.buttonWrap .iconButton.disabled:active {
	color: #bababa;
	cursor: default;
	background: #ffffff;
}

input.button {
	height: 26px;
	*line-height: 22px;
	display: inline-block;
	display: -moz-inline-stack;
	padding: 0px 14px;
	margin-right: 10px;
	color: #444444;
	cursor: pointer;
	*overflow: visible;
	text-shadow: 1px 1px #ffffff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #b7c8d9;
	background: url(images/common.gif) 0px 0px repeat-x;
}

@-moz-document url-prefix() {
	input.button {
		padding: 0px 10px;
	}
}

input.button:hover {
	color: #222222;
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 6px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 6px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 6px rgba(82, 168, 236, 0.6);
	background-position: 0px -30px;
}

input.button:active {
	background-position: 0px -60px;
}

input.button:disabled {
	color: #bbbbbb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input.button:disabled:hover, input.button:disabled:active {
	color: #bbbbbb;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-position: 0px 0px;
}

div.menuWrap {
	display: inline;
}

div.popupMenu {
	width: 125px;
	display: none;
	position: absolute;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	border: 1px solid #b8d3ee;
	background-color: #ffffff;
}

div.popupMenu ul {
	z-index: 100;
	padding: 1px;
}

div.popupMenu li {
	height: 24px;
	vertical-align: middle;
}

div.popupMenu li.separator {
	border-top: 1px dotted #b8d3ee;
}

div.popupMenu a {
	height: 24px;
	line-height: 24px;
	*line-height: 25px;
	display: block;
	padding: 0px 5px;
	overflow: hidden;
	color: #333333;
	outline: none;
	blr: expression(this.hideFocus = true);
}

div.popupMenu a:hover {
	color: #ffffff;
	background: url(images/common.gif) 0px -90px repeat-x;
}

div.popupMenu a.current {
	color: #2b2b2b;
	font-weight: bold;
	background: url(images/common.gif) 0px -120px repeat-x;
}

div.popupMenu .check a {
	padding-left: 20px;
}

div.popupMenu .check a.checked {
	color: #2b2b2b;
	font-weight: bold;
	background: url(images/common.gif) -220px -150px no-repeat;
}

span.requiredField {
	padding-right: 3px;
	color: #ff6d6d;
	font-size: 10px;
}

input.fieldError {
	border: 1px solid #ffb042;
	background-color: #fffbf5;
}

select.fieldError {
	border: 1px solid #ffb042;
	background-color: #fffbf5;
}

label.fieldError {
	line-height: 23px;
	color: #ffb042;
	padding-left: 6px;
}


input.error {
	border: 1px solid #ffb042;
	background-color: #fffbf5;
}

select.error {
	border: 1px solid #ffb042;
	background-color: #fffbf5;
}

label.error {
	line-height: 23px;
	color: #ffb042;
	padding-left: 6px;
}

/* ---------- Dialog ---------- */

div.xxDialog {
	display: none;
	position: fixed;
	_position: absolute;
	top: 25%;
	_top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + "px");
	left: 50%;
	z-index: 100;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 6px #999999;
	-moz-box-shadow: 1px 1px 6px #999999;
	box-shadow: 1px 1px 6px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3);
	*filter: none;
	border: 1px solid #779cb0;
	background: url(images/common.gif) 0px -660px repeat-x #ffffff;
}

div.xxDialog .dialogTitle {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #666666;
	font-weight: bold;
	cursor: move;
	background: url(images/common.gif) 0px -210px repeat-x;
}

div.xxDialog .dialogClose {
	width: 25px;
	height: 19px;
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
	background: url(images/common.gif) 0px -330px no-repeat;
}

div.xxDialog .dialogClose:hover {
	background-position: -30px -330px;
}

div.xxDialog .dialogwarnIcon {
	line-height: 24px;
	padding-left: 30px;
	margin: 50px 0px 40px 60px;
	background: url(images/common.gif) -60px -360px no-repeat;
}

div.xxDialog .dialogsuccessIcon {
	line-height: 24px;
	padding-left: 30px;
	margin: 50px 0px 40px 60px;
	background: url(images/common.gif) -30px -390px no-repeat;
}

div.xxDialog .dialogerrorIcon {
	line-height: 24px;
	padding-left: 30px;
	margin: 50px 0px 40px 60px;
	background: url(images/common.gif) 0px -420px no-repeat;
}

div.xxDialog .dialogBottom {
	height: 34px;
	padding-top: 6px;
	text-align: center;
	background: url(images/common.gif) 0px -270px repeat-x #ffffff;
}

div.xxDialog .dialogIframe {
	width: 2000px;
	height: 2000px;
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: -1;
}

/* ---------- Message ---------- */

div.xxMessage {
	padding: 10px 30px;
	display: none;
	position: fixed;
	_position: absolute;
	top: 25%;
	_top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + "px");
	left: 50%;
	z-index: 100;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 6px #999999;
	-moz-box-shadow: 1px 1px 6px #999999;
	box-shadow: 1px 1px 6px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3);
    border: 1px solid #999999;
	background-color: #ffffff;
}

div.xxMessage .messageContent {
	line-height: 24px;
	padding: 0px 10px 0px 30px;
	color: #666666;
}

div.xxMessage .messagewarnIcon {
	background: url(images/common.gif) -60px -360px no-repeat;
}

div.xxMessage .messagesuccessIcon {
	background: url(images/common.gif) -30px -390px no-repeat;
}

div.xxMessage .messageerrorIcon {
	background: url(images/common.gif) 0px -420px no-repeat;
}

div.xxMessage .messageIframe {
	width: 2000px;
	height: 2000px;
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: -1;
}

/* ---------- Browser ---------- */

div.xxBrowser {
	padding: 6px;
}

div.xxBrowser .browserBar {
	height: 30px;
	line-height: 30px;
	margin-bottom: 4px;
}

div.xxBrowser .browserUploadButton {
	position: relative;
	overflow: hidden;
	filter: alpha(opacity = 100);
	*filter: none;
}

div.xxBrowser .browserUploadButton input {
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	opacity: 0;
	outline: none;
	blr: expression(this.hideFocus = true);
	cursor: pointer;
	border: none;
}

div.xxBrowser .browserOrderType {
	margin-right: 6px;
}

div.xxBrowser .browserList {
	height: 260px;
	overflow-y: scroll;
	border: 1px solid #dddddd;
}

div.xxBrowser .browserItem {
	width: 100px;
	height: 120px;
	float: left;
	margin: 4px;
}

div.xxBrowser .browserItem img {
	width: 90px;
	height: 90px;
	clear: both;
	padding: 4px;
	cursor: pointer;
	border: 1px solid #dddddd;
}

div.xxBrowser .browserItem img:hover {
	border: 1px solid #5690d2;
	background-color: #e9eff6;
}

div.xxBrowser .browserItem div {
	width: 100px;
	height: 20px;
	line-height: 20px;
	clear: both;
	text-align: center;
	overflow: hidden;
}

/* ---------- Loading ---------- */

span.loadingIcon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/loading_icon.gif) center no-repeat;
}

span.loadingBar {
	width: 208px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(../images/loading_bar.gif) center no-repeat;
}

/* ---------- Pagination ---------- */

div.pagination {
	height: 20px;
	float: right;
	padding: 10px 0px;
}

div.pagination a, div.pagination span {
	height: 18px;
	line-height: 18px;
	display: inline;
	float: left;
	margin-left: 3px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	blr: expression(this.hideFocus = true);
}

div.pagination a {
	padding: 0px 5px;
	border: 1px solid #cccccc;
}

div.pagination a:hover {
	border: 1px solid #fd6d01;
	text-decoration: none;
}

div.pagination a.previousPage {
	width: 18px;
	padding: 0px;
	background: url(../images/list.gif) 0px -120px no-repeat;
}

div.pagination span.previousPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/list.gif) -30px -120px no-repeat;
}

div.pagination a.nextPage {
	width: 18px;
	padding: 0px;
	background: url(../images/list.gif) 0px -150px no-repeat;
}

div.pagination span.nextPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/list.gif) -30px -150px no-repeat;
}

div.pagination a.firstPage {
	width: 18px;
	padding: 0px;
	background: url(../images/list.gif) -60px -120px no-repeat;
}

div.pagination span.firstPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/list.gif) -90px -120px no-repeat;
}

div.pagination a.lastPage {
	width: 18px;
	padding: 0px;
	background: url(../images/list.gif) -60px -150px no-repeat;
}

div.pagination span.lastPage {
	width: 18px;
	cursor: default;
	border: 1px solid #cccccc;
	background: url(../images/list.gif) -90px -150px no-repeat;
}

div.pagination .currentPage {
	padding: 0px 5px;
	color: #fd6d01!important;
	font-weight: bold;
	cursor: default;
	border: 1px solid #fd6d01;
	background-color: #ffede1;
}

div.pagination .pageBreak {
	padding: 0px 5px;
	color: #3366cc;
	cursor: default;
}

div.pagination .pageSkip {
	vertical-align: middle;
	padding: 0px 3px;
	color: #666666;
}

div.pagination .pageSkip input {
	width: 18px;
	height: 18px;
	line-height: 18px;
	padding: 0px;
	margin: 0px 5px;
	text-align: center;
	vertical-align: top;
	*vertical-align: middle;
	ime-mode: disabled;
	border: 1px solid #cccccc;
}

div.pagination .pageSkip button {
	width: 20px;
	height: 20px;
	margin: 0px 0px 0px 5px;
	vertical-align: top;
	*vertical-align: middle;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: none;
	background: url(../images/list.gif) -120px -210px no-repeat;
}

/* ---------- Admin ---------- */

div.path {
	height: 26px;
	line-height: 26px;
	padding-left: 6px;
	overflow: hidden;
	border-bottom: 1px solid #d7e8f1;
	background-color: #f5faff;
}

div.path span {
	color: #999999;
}

div.bar {
	height: 28px;
	padding: 4px;
	overflow: hidden;
}

div.bar .search {
	width: 180px;
	height: 22px;
	position: relative;
	float: right;
	padding: 2px 0px;
	border: 1px solid;
	border-color: #bfbfbf #d7d7d7 #d7d7d7 #bfbfbf;
	background: url(../images/list.gif) 0px 0px no-repeat;
}

div.bar .search .arrow {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	background: url(../images/list.gif) 0px -30px no-repeat;
}

div.bar .search input {
	width: 120px;
	height: 22px;
	line-height: 22px;
	margin: 0px;
	position: absolute;
	left: 24px;
	outline: none;
	border: none;
	background: none;
}

div.bar .search button {
	width: 20px;
	height: 22px;
	float: right;
	margin: 0px;
	position: relative;
	left: -4px;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: none;
	background: url(../images/list.gif) -30px -30px no-repeat;
}
span.tips {
	line-height: 30px;
	padding: 5px 6px;
	color: #6a6a6a;
	border: 1px solid #f2c56d;
	background-color: #fffde2;
}

table.list {
	width: 100%;
}

table.list tr:hover {
	background-color: #f6fafd;
}

table.list .selected {
	background-color: #fff8e4;
}

table.list th {
	height: 24px;
	line-height: 24px;
	color: #5b5b5b;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	border-top: solid 1px #d8deea;
	border-right: solid 1px #c6c9ca;
	border-bottom: solid 1px #c6c9ca;
	background: url(images/list.gif) 0px -60px #f2f4f6 no-repeat;
}

table.list th a, table.list th span {
	padding: 0px 8px;
}

table.list .check {
	width: 21px;
	padding: 0px 5px;
}

table.list .sort {
	height: 24px;
	line-height: 24px;
	display: block;
	outline: none;
	blr: expression(this.hideFocus = true);
}

table.list .sort:hover {
	color: #2b2b2b;
	background: url(images/list.gif) 0px -90px #f4f4f4 no-repeat;
}

table.list .desc, table.list .desc:hover {
	background: url(images/list.gif) right -120px no-repeat;
}

table.list .asc, table.list .asc:hover {
	background: url(images/list.gif) right -150px no-repeat;
}

table.list td {
	line-height: 35px;
	padding-left: 5px;
	border-bottom: 1px solid #e6f0f9;
}

table.list td a {
	color: #336699;
}

table.list td a:hover {
	color: #ff6600;
}

table.list td .trueIcon {
	width: 24px;
	height: 24px;
	display: block;
	overflow: hidden;
	background: url(images/list.gif) -150px -180px no-repeat;
}

table.list td .falseIcon {
	width: 24px;
	height: 24px;
	display: block;
	overflow: hidden;
	background: url(images/list.gif) -180px -180px no-repeat;
}

table.input {
	width: 100%;
	word-break: break-all;
}

table.input th {
	width: 150px;
	line-height: 25px;
	padding: 5px 10px 5px 0px;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	border-bottom: 1px solid #dde9f5;
	background-color: #f8fbff;
}

table.input tr:hover th {
	background-color: #f1f8ff;
}

table.input .title th, table.input .title td {
	text-align: left;
	padding-left: 5px;
	background-color: #f1f8ff;
}

table.input td {
	line-height: 25px;
	padding: 5px;
	color: #666666;
	border-bottom: 1px solid #dde9f5;
}

table.input .fieldTitle {
	height: 29px;
	line-height: 29px;
	padding-right: 5px;
}

/* ---------- ToolTip ---------- */

div.tooltip {
	padding: 5px;
	color: #999999;
	border: 1px solid #ffd461;
	background-color: #feffe6;
}

/* ---------- AutoComplete ---------- */

div.ac_results {
	overflow: hidden;
	z-index: 99999;
	border: 1px solid #a3c4d7;
	background-color: #ffffff;
}

div.ac_results ul {
	width: 100%;
	overflow: hidden;
}

div.ac_results li {
	line-height: 28px;
	display: block;
	padding: 0px 4px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

div.ac_results .ac_odd {
	background-color: #f1f8ff;
}

div.ac_results .ac_over {
	padding: 0px 4px;
	background-color: #e4f2fa;
}
div.fhtab .tab {
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
	border-top: 2px #1956a7 solid;
}
div.fhtab .tab li {
	height: 36px;
	line-height: 36px;
	float: left;
	margin-top: -2px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}

div.fhtab .tab li.current {
	font-weight: bold;
}

div.fhtab .newProductAd {
	width: 260px;
	height: 343px;
	float: left;
}

div.fhtab .tabContent {
	margin-top:-10px;
}

div.fhtab .tabContent li {
	float: left;
	margin-right: -1px;
	margin-bottom: -1px;
	_position: relative;
}

div.fhtab .tabContent li:hover {
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
div.fhtab{background: url(images/bg.png) repeat-x;height:auto;padding-left:3px;border: 1px #ececec solid;}
div.fhtab .tab li div{float:left;font-family: SimHei;color:#ffffff;margin-top: 8px;}
div.fhtab .tab li.current div{margin-top: 0px;}
div.fhtab .tab li div.left{background:url(images/tab-h.png) no-repeat 0px -12px;height:23px;padding-left:6px;margin-right: -2px;}
div.fhtab .tab li div.body{background:url(images/tab-h.png) repeat 0px -35px;height:23px;font-size:14px;color:#000000; line-height: 20px;}
div.fhtab .tab li div.right{background:url(images/tab-h.png) no-repeat 0px -58px;height:23px;padding-left:7px;}
div.fhtab .tab div.more{background:url(images/tab-h.png) no-repeat 0px 0px;height:12px;padding-left:43px;float:right;margin-top:10px;}
div.fhtab .tab li.current div.more{margin-top:10px;}
div.fhtab .tab li.current div.left{background:url(images/tab-h.png) no-repeat 0px -70px;height:28px;padding-left:24px;}
div.fhtab .tab li.current div.body{background:url(images/tab-h.png) repeat 0px -41px;height:28px;font-size:16px;color:#ffffff;line-height: 30px;}
div.fhtab .tab li.current div.right{background:url(images/tab-h.png) no-repeat 0px -12px;height:28px;padding-left:38px;}
div.bottom div.imglinks div{height:50px;width:160px;background:url(images/plinks.png);float:left;margin-top:10px;}
div.bottom div.imglinks{width:990px;margin:0 auto;height:120px;}
div.bottom div.imglinks div.link1{background-position: 0 -150px;}
div.bottom div.imglinks div.link2{background-position: 0 -200px;margin-left:47px;}
div.bottom div.imglinks div.link3{background-position: 0 -100px;margin-left:48px;}
div.bottom div.imglinks div.link4{background-position: 0 -0px;margin-left:48px;}
div.bottom div.imglinks div.link5{background-position: 0 -50px;margin-left:47px;}
div.bottom div.imglinks div.link6{background-position: 0 -300px;}
div.bottom div.imglinks div.link7{background-position: 0 -250px;margin-left:47px;}
div.bottom div.imglinks div.link8{background-position: 0 -350px;margin-left:48px;}
div.bottom div.imglinks div.link9{background-position: 0 -450px;margin-left:48px;}
div.bottom div.imglinks div.link10{background-position: 0 -400px;margin-left:47px;}
div.bottom div.copright div{font-family: SimHei;color:#535353;font-size:12px;  text-align: center;}
div.bottom div.copright div.ch{margin-top:20px;}
div.bottom div.copright div.cb{margin_bottom:60px;}
div.submenu{width: 100%;background: url(images/avigationbg.png);height: 33px}
div.submenu div.menuout{margin: 0 auto;}
div.submenu div.menubody div,div.submenu div.menubody a{float:left;margin-top:6px;}
div.submenu div.menubody a.item{font-family: SimHei;color:#ffffff;font-size:16px;margin-left:20px;margin-right:20px;height:22px;}
div.submenu div.menubody a:hover.item{border-bottom: 2px #ffffff solid;}
div.submenu div.menubody div.menuspar{width: 2px;background: url(images/spar.png);height: 20px;}
div.newsfont a div{float:left;  margin: 5px 0 5px 0px;}
div.newsfont a div.leftTime{float:right;margin-right:5px;}
div.newsfont a div.content {min-width: 260px;}
div.enterprise div.enbody a.enlogo img{width:180px;height:110px;margin-left: 1px;
  margin-top: 1px;}
div.enterprise div.enbody span.enname{min-width: 170px;}
div.container div.productstreet div.pbody{min-height:231px;}
div.container div.productstreet div.pbody .product .plogo img{width:180px;height:180px;margin:1px 0px 0px 1px;}
div.container div.productstreet div.pheader .more{background: url(images/tab-h.png) no-repeat 0px 0px;
  height: 12px;
  padding-left: 38px;
  float: right;
  margin-top: 10px;}
div.container .span30{width:804px;  float: left;}
div.enterprise div.enbody:hover {
  background-color: bisque;  opacity: 0.7;alpha(opacity=70);
}
div.container div.productstreet div.pbody{float:left;}
div.container div.productstreet div.pbody .product{background: url(images/product.png) no-repeat;  background-position: center;}
div.container div.productstreet div.pbody .product span{  position: absolute;width: 110px; }
div.container div.productstreet div.pbody .product .plogo{width:180px;height:180px;}
div.container div.productstreet div.pbody .product .pname{font-weight: bold;margin-left:40px;font-family: SimHei;color:#003567;font-size:13px; text-align: center;  margin-top: 40px;}
div.container div.productstreet div.pbody .product .p-type{width: 15px;
  color: #ffffff;
  height: 160px;
  margin: 25px 0px 0px 22px;  font-size: 14px;
  font-weight: bold;}
div.container div.productstreet div.pbody .product .pintroduce{float:left;font-family: SimHei;color:#535353;font-size:12px;
  margin-left: 40px;
  margin-top: 100px;
  text-align: center;}
/* div.container div.productstreet div.pbody div.product:hover span{width:154px;  background-color: #ffffff;}
div.container div.productstreet div.pbody div.product:hover {
  background-color: bisque;  opacity: 0.7;alpha(opacity=70);
} */
 div.container div.productstreet div.pbody div.product div{width:163px;height:74px;float:left;background-color: #ffffff;  background: url(images/pbg.png) repeat;margin-top: 1px;} 
div.container div.productstreet div.pbody div.product:hover {
	background-color: bisque;
}
div.container div.productstreet div.pbody .product {
  margin: 5px 0px 5px 5px;
  width: 180px;
  height:180px;
  float: left;
}
div.enterprise div.enbody{width:182px;margin-left:15px;float:left;height:192px;}
div.enterprise div.enbody span{width:180px;background-color:#ffffff;margin-left:1px;}
div.enterprise div.enbody a.enlogo{width:180px;height:110px;float:left;margin:0 auto;}
div.enterprise div.enbody span.enname{font-family: SimHei;color:#000000;font-size:12px;line-height: 20px;height:20px;float:left;font-weight: bold;}
div.enterprise div.enbody span.enintroduce{font-family: SimHei;color:#535353;font-size:12px;line-height: 20px;float:left;height:60px;overflow: hidden;}
div.enterprise div.enterprise div.enbody span.enintroducemore{display: none;}
/*主要样式*/
.subNavBox{width:189px;border:solid 1px #e5e3da;}
.subNav{border-bottom:solid 1px #e5e3da;cursor:pointer;font-weight:bold;font-size:14px;color:#999;line-height:28px;padding-left:10px;background:url(images/jiantou1.png) no-repeat;background-position: 10px 50%;}
.subNav a{margin-left:15px; font-family: SimHei;font-size:16px;color:#ffffff;}
.subNav:hover{color:#277fc2;}
.currentDd{color:#277fc2}
.currentDt{background-image:url(images/jiantou.png);}
.navContent{display: none;border-bottom:solid 1px #e5e3da;}
.navContent li a{display:block;width:189px;heighr:28px;font-size:14px;line-height:28px;color:#535353;font-family: SimHei;font-size:14px;}
.navContent li a:hover{color:#fff;background-color:#277fc2}
div.span60{float:left;}
div.subNavBox div.subNav{background-color: #3988d5;}
div.subNavBox div.selected{background-color:#7ecef4;}
div.subNavBox ul.navContent li{background-color: #e5e5e5; border-bottom: 1px #ffffff solid;}
div.subNavBox ul.navContent li a span{margin-left:25px;}
div.subNavBox ul.navContent li.selected{background-color:#7ecef4;}
div.annexBody a {
  float: left;
  width: 100%;
  margin:5px;
  color: #174ea0;
}
div.search{  margin-bottom: 10px;height:30px;}
div.search input.keyword{height:23px;float:left; margin: 3px 0px 0px 3px;}
div.search  a#searchButton{margin:3px 0px 0px 3px;}

div.list div.enterprise div.enbody{width:777px;margin-left:15px;float:left;height:112px;}
div.list div.enterprise div.enbody span{width:596px;background-color:#ffffff;margin-left:0px;padding-left:0px;}
div.list div.enterprise div.enbody a.enlogo{width:180px;height:110px;float:left;margin:0 auto;}
div.list div.enterprise div.enbody span.enname{font-family: SimHei;color:#000000;font-size:12px;line-height: 20px;height:20px;float:left;font-weight: bold;margin-top:1px;}
div.list div.enterprise div.enbody span.enintroduce{display: none;}
div.list div.enterprise div.enbody span.enintroducemore{font-family: SimHei;color:#535353;font-size:12px;float:left;height:90px;width: 596px;display: block;}
div.list div.pbody a div.product{float:left;}
div.pbody span.introduce {
  display: none;
}
div.list div.pbody a{float:left;width:798px;height:180px;}
div.list div.pbody span.introduce {
  display: block;  
  float:left;
  width: 610px;
  height: 180px;
  margin-top: 20px;
}
div.container div.module a.unuse{color:#002e73;}

div.path li {
    float: left;
    font-size: 14px;
    font-family: SimHei;
    color: #000000;
    margin: 0px 5px;
}
div.path li.last {
    color: #ff0000;
}
dd.infolist{float: right; line-height: 24px;font-family: SimHei;
  color: #535353;}
  
div.main_header_wel div.headerL,div.main_header_wel div.headerR{width:50%;float:left;height:40px;line-height:40px;}
div.main_header_wel div.headerL{background-color: rgb(249,159,10);}
div.main_header_wel div.headerR{background-color: rgb(2,102,180);}
div.main_header_wel div.headerL div.containerbd,div.main_header_wel div.headerR div.containerbd{float:right;margin-right:20px;width:500px;}
div.main_header_wel div.headerL div.containerbd span.mytitle{margin-left:120px;}
div.myLogoBd{margin:0 auto;}
div.myMenu div.mbody{margin:0 auto;height:70px;line-height: 70px;}
div.myMenu div.mbody div.links{float:left;}
div.main_header_wel div.headerR div.containerbd img{float:left;margin-top:12px;margin-right: 3px;}
div.main_header_wel div.headerR div.containerbd div.myspar{border-left: 1px #fff solid;
  height: 16px;
  float: left;
  margin: 12px;}
div.myMenu div.mbody span{font-size: 16px;font-family: SimHei;color:rgb(0,0,0);}
div.mbottom{background-color: rgb(25,30,36);margin-top: 20px;height: 160px;}
div.mbottom div.zhuban{color:#fff;font-family: SimHei;float:left;font-size: 12px;width: 620px;margin-top: 38px;}
div.mbottom div.zhuban div.con{margin:8px 0px;}
div.mbottom div.lianxi{color:#fff;font-family: SimHei;float:left;font-size: 12px;margin-top: 38px;}
div.mbottom div.lianxi div.lianxi div{float:left;}
div.mbottom div.lianxi div.dh{height:34px;}
div.mbottom div.lianxi div.dz{margin:8px 0px;}
div.mbottom div.lianxi div.dh div.img{background:url(images/tsp/dh.png) no-repeat;width:35px;height:34px;float:left;}
div.mbottom div.lianxi div.dh div.hm{color:rgb(255,158,0);font-size:33px;font-weight: bold;float:left;}
div.mbottom div.ewm{float:right;background:url(images/tsp/demo/ewm.png) no-repeat;width:110px;height:109px;margin-top: 38px;}